home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / battlefi.swf / scripts / DefineSprite_639 / frame_25 / DoAction.as
Text File  |  2010-11-09  |  72b  |  6 lines

  1. if(_root.hp.remaining <= 0)
  2. {
  3.    gotoAndStop("idle");
  4.    play();
  5. }
  6.